home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Transmit2.3.sit / Transmit 2.3 / Transmit.app / Contents / Resources / English.lproj / Transmit.scriptTerminology < prev   
Encoding:
Text File  |  2003-02-06  |  4.7 KB  |  201 lines

  1. {
  2.     "Name" = "Transmit suite";
  3.     "Description" = "Transmit specific functionality";
  4.     "Classes" = 
  5.     {
  6.         "TransmitApp" = //"NSApplication" = 
  7.         {
  8.             "Name" = "application";
  9.             "PluralName" = "applications";
  10.             "Description" = "Transmit's top level scripting object";
  11.             "Attributes" = 
  12.             {
  13.                 "suppressAppleScriptAlerts" = 
  14.                 {
  15.                     "Name" = "suppress AppleScript alerts";
  16.                     "Description" = "Set whether Transmit displays errors during AppleScript execution (on by default).";
  17.                 };
  18.             };
  19.        };
  20.     
  21.         "FTPDocument" = 
  22.         {
  23.             "Name" = "document";
  24.             "PluralName" = "documents";
  25.             "Description" = "An FTP document.";
  26.             "Attributes" = 
  27.             {
  28.                 "yourStuffPath" = 
  29.                 {
  30.                     "Name" = "your stuff";
  31.                     "Description" = "The current path of your stuff.";
  32.                 };
  33.                 "theirStuffPath" = 
  34.                 {
  35.                     "Name" = "their stuff";
  36.                     "Description" = "The current path of their stuff.";
  37.                 };
  38.             };
  39.         };
  40.     };
  41.     
  42.     
  43.     "Commands" = 
  44.     {
  45.         "GetURL" = 
  46.         {
  47.             "Name" = "get URL";
  48.             "Description" = "Open a URL";
  49.         };
  50.         
  51.         "OpenURL" = 
  52.         {
  53.             "Name" = "open URL";
  54.             "Description" = "Open a URL (Internet Explorer form)";
  55.         };
  56.         
  57.         "Connect" = {
  58.             "Arguments" = {
  59.                 "Server" = {
  60.                     "Name" = "to";
  61.                     "Description" = "The server address to connect to.";
  62.                 };
  63.                 "UserName" = {
  64.                     "Name" = "as user";
  65.                     "Description" = "The user name to use when connecting.";
  66.                 };
  67.                 "Password" = {
  68.                     "Name" = "with password";
  69.                     "Description" = "The password to use when connecting.";
  70.                 };
  71.                 "InitialPath" = {
  72.                     "Name" = "with initial path";
  73.                     "Description" = "The initial path to change to after connection is made.";
  74.                 };
  75.                 "Port" = {
  76.                     "Name" = "using port";
  77.                     "Description" = "The network port to use when connecting.";
  78.                 };
  79.                 "ConnectionTypes" = {
  80.                     "Name" = "with connection type";
  81.                     "Description" = "The connection type to use when connecting.";
  82.                 };
  83.             };
  84.             "Description" = "Connect to a specified server."; 
  85.             "Name" = "connect";
  86.         };
  87.         
  88.         "Disconnect" = {
  89.             "Description" = "Disconnects from server";
  90.             "Name" = "disconnect";
  91.         };
  92.         
  93.         "Download" = {
  94.             "Arguments" = {
  95.                 "File" = {
  96.                     "Name" = "item";
  97.                     "Description" = "The path of the file/folder you want to download.";
  98.                 };
  99.             };
  100.             "Description" = "Download a file or folder";
  101.             "Name" = "download";
  102.         };
  103.  
  104.         "Upload" = {
  105.             "Arguments" = {
  106.                 "File" = {
  107.                     "Name" = "item";
  108.                     "Description" = "The path of the file/folder you want to upload.";
  109.                 };
  110.             };
  111.             "Description" = "Upload a file or folder";
  112.             "Name" = "upload";
  113.         };
  114.  
  115.         "DeleteFile" = {
  116.             "Arguments" = {
  117.                 "File" = {
  118.                     "Name" = "item";
  119.                     "Description" = "The path of the file/folder you want to delete.";
  120.                 };
  121.             };
  122.             "Description" = "Deletes a file or folder on an FTP server";
  123.             "Name" = "delete remote";
  124.         };
  125.         
  126.         "SetTheirStuff" = {
  127.             "Arguments" = {
  128.                 "Path" = {
  129.                     "Name" = "to";
  130.                     "Description" = "The remote path to display in Their Stuff.";
  131.                 };
  132.             };
  133.             "Description" = "Change remote path";
  134.             "Name" = "set their stuff";
  135.         };
  136.  
  137.         "SetYourStuff" = {
  138.             "Arguments" = {
  139.                 "Path" = {
  140.                     "Name" = "to";
  141.                     "Description" = "The local path to display in Your Stuff.";
  142.                 };
  143.             };
  144.             "Description" = "Change local path";
  145.             "Name" = "set your stuff";
  146.         };
  147.         
  148.         "Synchronize" = {
  149.             "Arguments" = {
  150.                 "SyncMethods" = {
  151.                     "Name" = "method";
  152.                     "Description" = "The synchronization method used for updating.";
  153.                 };
  154.                 "SyncDirections" = {
  155.                     "Name" = "direction";
  156.                     "Description" = "The synchronization direction used for updating.";
  157.                 };
  158.             };
  159.             "Description" = "Updates file located on the destination, with files located on the source.";
  160.             "Name" = "synchronize";
  161.         };
  162.     };
  163.     
  164.     
  165.     "Enumerations" = 
  166.     {
  167.         "ConnectionTypes"= {
  168.             "FTP " = {
  169.                 "Description" = "Connect to server using standard FTP";
  170.                 "Name" = "FTP";
  171.             };
  172.             "SFTP" = {
  173.                 "Description" = "Connect to server using secure FTP (SFTP)";
  174.                 "Name" = "SFTP";
  175.             };
  176.         };
  177.         
  178.         "SyncDirections"= {
  179.             "UploadDir" = {
  180.                 "Description" = "Synchronize Their Stuff to Your Stuff.";
  181.                 "Name" = "upload files";
  182.             };
  183.             "DownloadDir" = {
  184.                 "Description" = "Synchronize Your Stuff to Their Stuff.";
  185.                 "Name" = "download files";
  186.             };
  187.         };
  188.         
  189.         "SyncMethods"= {
  190.             "Update" = {
  191.                 "Description" = "Copy newer files from source to destination.";
  192.                 "Name" = "update";
  193.             };
  194.             "Mirror" = {
  195.                 "Description" = "Copy newer files from source to destination, deleting any destination files not at the source.";
  196.                 "Name" = "mirror";
  197.             };
  198.         };
  199.     }; 
  200. }
  201.